3 subject="""comment 11"""
4 date="2021-10-01T15:57:12Z"
6 Fixed by avoiding sync calling inAnnex when it knows it has the content,
7 because it just got it.
9 This does leave open the possibility that there are similar situations
10 elsewhere, that lead to either extra work like this, or to incorrect
11 behavior. Since sqlite write followed by a read is generally something
12 git-annex is careful of, and also since it is generally careful to have
13 reasonable behavior is sqlite somehow loses data, I'm not too worried about
14 incorrect behavior. I feel comfortable closing this bug with just this fix,
15 despite not getting to the bottom of the issue of why sqlite writes are
16 not immediately able to be read back on NTFS.